laravel get route path uri

37

@if(Request::url() === 'your url here')
    // code
@endif
if (Request::is('admin/*'))
{
    // code
}

Comments

Submit
0 Comments